define("ae-feedback-ui/node_modules/@alife/beta-position/position.js",["beta-jquery/jquery"],function(require,e,t){"use strict";var i=e,s={_id:"VIEWPORT",nodeType:1},r=require("beta-jquery/jquery"),n=false,a=false,o=(window.navigator.userAgent||"").toLowerCase(),l=o.indexOf("msie 6")!==-1;i.pin=function(e,t){e=c(e);t=c(t);if(e.element===s||e.element._id==="VIEWPORT"){return}var i=r(e.element);if(i.css("position")!=="fixed"||l){i.css("position","absolute");n=false}else{n=true}var o=r(t.element);if(t.element===s||t.element._id==="VIEWPORT"||o.css("position")!=="fixed"||l){a=false}else{a=true}h(e);h(t);var u=f(i);var p=n&&a?m(o):t.offset();var d=p.top+t.y-e.y-u.top;var g=p.left+t.x-e.x-u.left;i.css({left:g,top:d})};i.center=function(e,t){i.pin({element:e,x:"50%",y:"50%"},{element:t,x:"50%",y:"50%"})};i.VIEWPORT=s;function c(e){e=d(e)||{};if(e.nodeType){e={element:e}}var t=d(e.element)||s;if(t.nodeType!==1){throw new Error("posObject.element is invalid.")}var i={element:t,x:e.x||0,y:e.y||0};var a=t===s||t._id==="VIEWPORT";i.offset=function(){if(n){return{left:0,top:0}}else if(a){return{left:r(document).scrollLeft(),top:r(document).scrollTop()}}else{return g(r(t)[0])}};i.size=function(){var e=a?r(window):r(t);return{width:e.outerWidth(),height:e.outerHeight()}};return i}function h(e){e.x=u(e.x,e,"width");e.y=u(e.y,e,"height")}function u(e,t,i){e=e+"";e=e.replace(/px/gi,"");if(/\D/.test(e)){e=e.replace(/(?:top|left)/gi,"0%").replace(/center/gi,"50%").replace(/(?:bottom|right)/gi,"100%")}if(e.indexOf("%")!==-1){e=e.replace(/(\d+(?:\.\d+)?)%/gi,function(e,s){return t.size()[i]*(s/100)})}if(/[+\-*\/]/.test(e)){try{e=new Function("return "+e)()}catch(s){throw new Error("Invalid position value: "+e)}}return p(e)}function f(e){var t=e.offsetParent();if(t[0]===document.documentElement){t=r(document.body)}if(l){t.css("zoom",1)}var i;if(t[0]===document.body&&t.css("position")==="static"){i={top:0,left:0}}else{i=g(t[0])}i.top+=p(t.css("border-top-width"));i.left+=p(t.css("border-left-width"));return i}function p(e){return parseFloat(e,10)||0}function d(e){return r(e)[0]}function g(e){var t=e.getBoundingClientRect(),i=document.documentElement;return{left:t.left+(window.pageXOffset||i.scrollLeft)-(i.clientLeft||document.body.clientLeft||0),top:t.top+(window.pageYOffset||i.scrollTop)-(i.clientTop||document.body.clientTop||0)}}function m(e){return{left:p(e.css("left")),top:p(e.css("top"))}}});define("ae-feedback-ui/node_modules/@alife/beta-ifrshim/iframe-shim.js",["beta-jquery/jquery","ae-feedback-ui/node_modules/@alife/beta-position/position.js"],function(require,e,t){var i=require("beta-jquery/jquery");var s=require("ae-feedback-ui/node_modules/@alife/beta-position/position.js");var r=(window.navigator.userAgent||"").toLowerCase().indexOf("msie 6")!==-1;function n(e){this.target=i(e).eq(0)}n.prototype.sync=function(){var e=this.target;var t=this.iframe;if(!e.length)return this;var i=e.outerHeight();var r=e.outerWidth();if(!i||!r||e.is(":hidden")){t&&t.hide()}else{t||(t=this.iframe=o(e));t.css({height:i,width:r});s.pin(t[0],e[0]);t.show()}return this};n.prototype.destroy=function(){if(this.iframe){this.iframe.remove();delete this.iframe}delete this.target};if(r){t.exports=n}else{function a(){}a.prototype.sync=function(){return this};a.prototype.destroy=a;t.exports=a}function o(e){var t={display:"none",border:"none",opacity:0,position:"absolute"};var s=e.css("zIndex");if(s&&s>0){t.zIndex=s-1}return i("